home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
Bomber Fortress.swf
/
scripts
/
DefineButton2_106
/
BUTTONCONDACTION on(keyPress Right).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
257 b
|
9 lines
on(keyPress "<Right>"){
if(getProperty("/plane", _X) < "560")
{
setProperty("/plane", _X, getProperty("/plane", _X) + "20");
setProperty("/5", _X, getProperty("/5", _X) + "20");
setProperty("/plane", _rotation, "+7");
}
}